home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / util / shell / axsh_1_3_demo.lha / InstallDisk.lha / man / passwd.man < prev    next >
Text File  |  1992-10-14  |  3KB  |  96 lines

  1.  
  2.  
  3. PASSWD            SUPERUSER COMMANDS         10-Jul-1991
  4.  
  5.  
  6. NAME
  7.     passwd, chfn, finger - change user information
  8.  
  9. SYNOPSIS
  10.     passwd -l    List users
  11.     passwd user    Change password
  12.     passwd -f user    Change full name
  13.     passwd -d user    Finger user
  14.     passwd -q user    Change quota (superuser only)
  15.     passwd -p user    Change priviledges (superuser only)
  16.     passwd -a usr passwd fullname home
  17.             Add user (superuser only)
  18.  
  19.     chfn   [username]
  20.  
  21.     finger [username]
  22.  
  23. DESCRIPTION
  24.     passwd   changes   a  password  or  full  name  (-f  option)
  25.     associated  with  the  user username.  chfn is equivalent to
  26.     passwd with the -f option and finger is equivalent to passwd
  27.     with the -d option.
  28.  
  29.     When  changing  a  password,  passwd  prompts  for  the  old
  30.     password  and  then  for the new one.  You must supply both,
  31.     and  the  new  password  must  be  typed  twice to forestall
  32.     mistakes.
  33.  
  34.     New  passwords  should  be at least five characters long, if
  35.     they  combine upper-case and lower-case letters, or at least
  36.     six  characters  long if in monocase.  Users that persist in
  37.     entering passwords will be accepted.
  38.  
  39.     Only  the  owner  of  the name or the superuser may change a
  40.     password;  the  owner  must prove he knows the old password.
  41.  
  42.     When  changing a full name, passwd displays the current full
  43.     name,  enclosed between brackets, and prompts for a new full
  44.     name. If you type a RETURN, the full name is not changed. If
  45.     the  full  name  is to be made blank, you must type the word
  46.     "none".
  47.  
  48.     The  superuser  may  change anyone's full name; normal users
  49.     may only change their own.
  50.  
  51.     When  you  request  the  user's data, passwd displays user's
  52.     login  name,  full  name,  home  directory, user level, last
  53.     login,  and  quota.   Then  passwd  informs whether user has
  54.     unread  mail,  and if so, when is it last arrived at.  After
  55.     that  users  .project and .plan files are showd, if they are
  56.     available.
  57.  
  58.     With  the  -q  option  you  can  change  user quotas.  Unset
  59.     defaults to 50M.
  60.  
  61.     Priviledges  can be changed with the -p option followed with
  62.     the user name we are changing.
  63.  
  64.     Users  can be added with -a option, but you MUST remember to
  65.     create the home directory for the user.
  66.  
  67. OPTIONS
  68.     -l    List users
  69.  
  70.     -f    Change the full name.
  71.  
  72.     -d    Display information about the user specified.
  73.  
  74.     -q    Change quota.
  75.  
  76.     -p    Change priviledge levels
  77.  
  78.     -a    Add user to system
  79.  
  80. FILES
  81.     AXsh:etc/passwd        file containing all user information
  82.     AXsh:etc/passwd.old    file containing only demo-user
  83.     AXsh:spool/mail/$USER    user's system mailbox
  84.     ~/.plan            user's plan-file
  85.     ~/.project        user's project-file
  86.     
  87. SEE ALSO
  88.     finger, password, mail
  89.  
  90. NOTES
  91.     Password algorithms do not work with 8-bit characters.  This
  92.     maintains consistency with login file naming rules, which do
  93.     not  allow  8-bit  characters in login names.  See login for
  94.     explanations about why login is not 8-bit clean.
  95.  
  96.